From 3e14f946b4df4c7d618a25537e8b26b83718273f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 17 May 2012 23:33:04 -0700 Subject: [PATCH] * lib-src/Makefile.in (install): Ensure $bindir exists. --- lib-src/ChangeLog | 4 ++++ lib-src/Makefile.in | 1 + 2 files changed, 5 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index faed8fc378d..09cda1c1efd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2012-05-18 Glenn Morris + + * Makefile.in (install): Ensure $bindir exists. + 2012-05-17 Glenn Morris * Makefile.in (ns_appbindir): New, set by configure. diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 1306e660630..fd423212c9f 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -259,6 +259,7 @@ $(DESTDIR)${archlibdir}: all install: $(DESTDIR)${archlibdir} @echo @echo "Installing utilities for users to run." + umask 022; ${MKDIR_P} $(DESTDIR)${bindir} for file in ${INSTALLABLES} ; do \ $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \ chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \ -- 2.30.2